Package-level declarations

Types

Link copied to clipboard

This activity is used to scan the user's face using an Active Face Capture session.

Link copied to clipboard
public final class GenerateQRActivity extends AppCompatActivity

Activity to generate the QR code. The user can enter the details of the person and generate the QR code. ID - is a mandatory field

Link copied to clipboard
public final class MainActivity extends AppCompatActivity

Three features to navigate to the different activities

Link copied to clipboard

This activity is used to scan the user's face using a Passive Face Capture Session.

Link copied to clipboard
public final class PersonDetailActivity extends AppCompatActivity
Link copied to clipboard

Activity to show the pre scanning tips about Active Face Capture

Link copied to clipboard

Activity to show the pre scanning tips about Passive Face Capture

Link copied to clipboard
public final class QRScanActivity extends AppCompatActivity implements QRCodeReaderListener

Activity to scan the QR code and navigate to a face capture activity

Link copied to clipboard
public final class ReaderDetailActivity extends AppCompatActivity

Activity to show the unencrypted data inside the QR code

Link copied to clipboard
public final class SettingsActivity extends AppCompatActivity

Activity to show all the information about the license and device

Link copied to clipboard
public final class ShowQRActivity extends AppCompatActivity

Activity to show the QR code to the user

Link copied to clipboard
public final class SplashActivity extends AppCompatActivity

The splash activity that is shown when the app is launched.